home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / GAME_CGA / CGAGAME4.LZH / MENU.BAT < prev    next >
DOS Batch File  |  1988-12-29  |  634b  |  50 lines

  1. echo off
  2. :top
  3. echo 
  4. cls
  5. type menu
  6. echo Type the correct letter of the program you wish to run.
  7. pcs
  8. if errorlevel= 103 goto invalid
  9. if errorlevel= 102 goto f
  10. if errorlevel= 101 goto e
  11. if errorlevel= 100 goto d
  12. if errorlevel= 99 goto c
  13. if errorlevel= 98 goto b
  14. if errorlevel= 97 goto a
  15. if errorlevel=27 goto end
  16. :invalid
  17. cls
  18. echo                        Invalid Entry
  19. pause
  20. goto top
  21. :A
  22. cls
  23. ptrooper
  24. goto top
  25. :B
  26. cls
  27. rockets
  28. goto top
  29. :C
  30. cls
  31. batalia
  32. goto top
  33. :D
  34. cls
  35. pcman
  36. goto top
  37. :E
  38. cls
  39. dragons
  40. goto top
  41. :F
  42. cls
  43. bigrig
  44. goto top
  45. :end
  46. echo 
  47. cls
  48. echo Type  MENU to start.
  49.  
  50.